home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ctangent.6 < prev    next >
Text File  |  1996-07-16  |  334b  |  18 lines

  1. .TH CTANGENT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CTANGENT
  5.  
  6.  
  7.  
  8.  VectorType CTANGENT( CurveType Curve, NumericType Param )
  9.  
  10. Computes the tangent vector to Curve at the parameter value Param.
  11. The returned vector has a unit length.
  12.  
  13. Example:
  14.  
  15.     Tang = CTANGENT( Crv, 0.5 );
  16.  
  17. computes the tangent vector to Crv at the parameter value of 0.5.
  18.